As an Organization user I want to update Container node(s) where containerID=\{ID\}.
PATCH/vfs/api/v2/containers/:containerId
Allowed value for path: [/name : string, /parent : uuid, /isShared : boolean].
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 404
- 409
- 500
OK
The container has been modified.
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Conflict
Unhandled exception.